Welcome![Sign In][Sign Up]
Location:
Search - Tsai c

Search list

[OpenCVOpenCV

Description: 摄影测量学发展而来的直接线性变换(DLT)方法和扩展的直接线性变换方法,有基于径向排列约束(RAC) 的两步法(Tsai方法),有基于不同位置平面模板的张正友法(Zhang),也有基于摄像机本身移动无需外部标 定物的自标定方法。 OpenCV是Intel开源计算机视觉库,它由一系列c函数和少量C++类构成,具有强大的图像处理、图 像分析和图像理解功能,它的函数实现了很多经典的图像处理和计算机视觉方面的算法,是机器视觉研究 与开发的良好工具。-Photogrammetry developed from the direct linear transformation (DLT) method and the expansion of the direct linear transformation method, and a radial alignment constraint based on (RAC) of the two-step method (Tsai method), there are different positions on the template Zhang Zhengyou plane method (Zhang), also based on the camera itself, without external calibration object moving self-calibration method. OpenCV, Intel Open Source Computer Vision Library, which consists of a series of c functions and a small amount of C++ classes form a powerful image processing, image analysis and image understanding functions, and its functions for a lot of the classic aspects of image processing and computer vision algorithms It is a good tool for machine vision research and development.
Platform: | Size: 454656 | Author: 崔鹏举 | Hits:

[VC/MFCCPP-2nd

Description: 这是 资料结构 : 使用C++ / 蔡明志着 这本书所有的范例源代码,教授了资料结构基本观念易懂易学,足以应付平常C程式的考题-This is a data structure: the C/Tsai Ming of this book all the sample source code, data structures taught to learn the basic concepts easy to understand, cope with normal C program questions.
Platform: | Size: 54272 | Author: Oliver Huang | Hits:

[Data structsfile

Description: <数据结构——C语言描述>课件 蔡明志编著 内包含全部源码-< Data Structure- C Language Description, " Tsai Ming-chih courseware contains all the source code compiled
Platform: | Size: 4281344 | Author: jiazhiyu | Hits:

[3D GraphicTsai-Shah-Method-(C-code)

Description: 3d reconstruction by shape from shading method-sfs algorithm
Platform: | Size: 490496 | Author: wenshu | Hits:

[Other DatabasesmingzaiSQL

Description: 明仔SQL环境搭建教程 目录: (一) SQL安装常识 (二)什么是 附加数据库 和新 建立数据库 以及的区别 (三)数据库导入与导出 (四)数据库收缩与分离 (五)数据库备份/还原 (六)(安装常见错误 (七)如何测试SQL (八)ACCESS转化成SQL2000 (九)企业版本也能装在XP上-Ming Tsai SQL environment to build tutorial directory: (A) SQL installation knowledge (B) What is Additional Database and the new Create Database and the difference (C) import and export (Four) contraction and separation (Five) backup/restore (F) (installation of common errors (Vii) How to test SQL (Eight) ACCESS converted into SQL2000 (Nine) Enterprise version can also be installed on XP
Platform: | Size: 29696 | Author: 吴飞 | Hits:

[.netmingzai.NET

Description: 明仔.NET三日通教程目录: (一)文本控件+按纽控件 使用 (二)C#.NET 变量(详解) (三)NET数据类型 (四)SQL查旬大全 (五)C#的运算符 (六)数据类型转换 (七)数组 (八)struct 结构(相当类) 和 enum 枚举 (九)判断 (十)循环+IF (十一)函数 (十二)面向对象理解 (十三)表单传值 (十四)表单域控件 (十五)按钮控件 (十六)选择控件 (十七)数据库连接控件-Ming Tsai .NET three days through the tutorial directory: (A) text control+ button controls use (B) C# .NET variables (Detailed) (C) NET data types (Four) SQL investigation late Daquan (Five) C# operator (Six) data type conversion (Seven) array (Eight) struct structure (rather class) and enum enum (Nine) judgment (Ten) cycles+ IF (Eleven) function (Xii) the object-oriented understanding (13) to pass the value of the form (Fourteen) form field controls (Fifteen) button controls (Xvi) selection controls (Xvii) connection control
Platform: | Size: 55296 | Author: 吴飞 | Hits:

[Otherming-php

Description: 由php100视频教程整理而来的文字版教程,明仔制作。 明仔PHP面向对象(六日通)教程目录: (一)简单方法理解,面向对象 1-1 面向对象的假设举例 1-2 我的细微理解 (二) 使用Class创建一个类 2-1 使用Class创建一个类 (三) 类属性 和类方法 3-1 类属性 和类方法 (四)使用New函数 将对象实例化 4-1 使用New函数 将对象实例化 (五)面向对象开发的学习笔记 5-0 面向对象开发的学习笔记 5-1 对象中的$this关键字 5-2 初始化对象函数 __construct() 5-3 析构函数 __destruct() 5-4 不使用$this的简单例子 5-5 使用$this的简单例子 5-6 使用初始化+$this+释放函数 (六)类的封装和应用 6-1 类的封装和应用 (七)类的继承和应用 7-1 类的继承和应用 (八)类的抽象方法和类 8-1 类的抽象方法和类 (九)类中常见关键字 9-1 类中常见关键字 (十)类中接口应用 10-1 类中接口应用 (十一)多态的介绍与优势 11-1 多态的介绍与优势 (十二)面向对象总结篇 11-1 面向对象总结篇-Sort by php100 video tutorial the text version of the tutorial, Ming Tsai production. Ming Tsai PHP object-oriented (26 pass) course catalog: (A) a simple way to understand, object-oriented 1-1 Object-Oriented Hypothetical Example 1-2 my subtle understanding (B) create a class using Class 2-1 Creating a class using Class (C) the class attributes and class methods 3-1 class attributes and class methods (D) Use New function object instantiation 4-1 New function object instantiation (Five) object-oriented development study notes 5-0 object-oriented development study notes 5-1 object $ this keyword 5-2 initialize the object function __construct () 5-3 destructor __destruct () 5-4 is not a simple example of using $ this 5-5 A simple example of using $ this 5-6 using initialization+ $ this+ release function (Vi) packaging and application classes Packaging and application 6-1 classes (Seven) and application classes inherit 7-1 class inheritance a
Platform: | Size: 44032 | Author: 吴飞 | Hits:

[2D GraphicTsaiC

Description: 通过C语言,实现了相机标定经典算法中TSAI两步法的编程-By C language to achieve a classic camera calibration algorithm TSAI two-step programming
Platform: | Size: 1132544 | Author: 张强 | Hits:

[Windows DevelopNEMRKRA

Description: c++的摄象机标定程序,采用Tsai方法,希望大家喜欢,不错-C++ camera calibration procedures, Tsai method, hope you like them, good
Platform: | Size: 31744 | Author: Jkmie | Hits:
« 1 2»

CodeBus www.codebus.net